home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Containers
/
ActiveXApp
/
CIdle.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-01
|
237 b
|
17 lines
|
[
TEXT/CWIE
]
//
// idle.cpp
//
// Copyright (C) Microsoft Corporation, 1996
//
#include <Threads.h>
class CIdle : public LPeriodical
{
private:
public:
CIdle(void);
~CIdle(void);
virtual void SpendTime(const EventRecord &Event);
};